home *** CD-ROM | disk | FTP | other *** search
/ Champak 140 / (Vol 140) Sep 19 2011.iso / Games / bump_copter.swf / scripts / frame_22 / PlaceObject2_181_110 / CLIPACTIONRECORD onClipEvent(enterFrame)_2.as next >
Text File  |  2011-09-19  |  217b  |  13 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(_root.copter))
  3.    {
  4.       _root.menu.health.nextFrame();
  5.       this.gotoAndStop(2);
  6.       _root.explo.start();
  7.    }
  8.    else
  9.    {
  10.       _root.hit = false;
  11.    }
  12. }
  13.